home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / PCCP038.ARJ / HOSTDEMO.SCR < prev    next >
Text File  |  1992-07-06  |  2KB  |  134 lines

  1. 1 57600 8n1
  2.  
  3. ; Configure modem and run host program
  4.  
  5. * 130
  6. ! |Control-X to exit.|
  7.  
  8. : 0
  9. ? 30
  10. < |~at~&f&c1&d2s0=1e0|
  11. > 10 OK
  12. p 5
  13. r 110 5 255
  14. ! |Couldn't initialize modem; retrying...|
  15. g 0
  16.  
  17. : 110
  18. ! |Error initializing modem|
  19. q 129
  20.  
  21. : 10
  22. ! |Awaiting connection.|
  23. > 200 CONNECT 57600|
  24. p 0
  25.  
  26. : 200
  27. ! |Connected.|
  28. g 201
  29.  
  30. : 201
  31. > 204 1
  32. > 205 2
  33. > 202 3
  34. > 206 4
  35. > 125 q
  36. > 125 NO CARRIER|
  37. < |`0a1 --> Send message|`0a
  38. < 2 --> Check for message|`0a
  39. < 3 --> Public area host session|`0a
  40. < 4 --> Unlimited host session|`0a
  41. < q --> Quit|`0a`0aChoose: --> 
  42. p 0
  43.  
  44. : 125
  45. 0 0
  46. < |`0aTERMINATING SESSION|`0a
  47. -
  48. : 126
  49. d 126
  50. +
  51. g 10
  52.  
  53. : 204
  54. 0 0
  55. x 100 c:\pccp\messin 1 57600 c:\pccp\messin.txt 1000000 256
  56. g 201
  57.  
  58. : 205
  59. 0 0
  60. x 100 c:\pccp\messout 1 57600 c:\pccp\messdir
  61. g 201
  62.  
  63. : 202
  64. 0 0
  65. < |`0aPassword? -->
  66. ; ***** Enter <password>| on the following line *****
  67. > 215 letmein|
  68. > 125 NO CARRIER|
  69. > 221 |
  70. p 10
  71. : 221
  72. r 230 3 1
  73. g 202
  74.  
  75. : 206
  76. 0 0
  77. < |`0aPassword? -->
  78. ; ***** Enter <password>| on the following line *****
  79. > 210 kowabunga|
  80. > 125 NO CARRIER|
  81. > 220 |
  82. p 10
  83. : 220
  84. r 230 3 2
  85. g 206
  86.  
  87. : 230
  88. 0 1
  89. 0 2
  90. < |`0aSorry, Charlie, only the best tasting tuna get to be StarKist!|`0a
  91. < 30-second security delay follows|`0a
  92. > 125 NO CARRIER|
  93. p 30
  94. g 200
  95.  
  96. : 210
  97. 0 2
  98. x 100 c:\pccp\session 1 57600
  99. g 200
  100.  
  101. : 215
  102. 0 1
  103. x 100 c:\pccp\session 1 57600 c:\pccp\pubdir
  104. g 200
  105.  
  106. : 130
  107. ! |Restoring modem...
  108. -
  109. : 131
  110. d 131
  111. +
  112. : 132
  113. < |~at~z|
  114. > 20 OK
  115. p 5
  116. r 120 5 3
  117. ! |Couldn't restore modem; retrying...|
  118. g 132
  119.  
  120. : 120
  121. ! |Error restoring modem.|
  122. q 130
  123.  
  124. : 20
  125. q 0
  126.  
  127. : 100
  128. ! |Error return|
  129. g 201
  130.  
  131. : 30
  132. ! |Port blocked.|
  133. q 199
  134.